home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -seriously_amiga- / shareware / archivers / xfx / arexx / reqerr.rexx < prev    next >
OS/2 REXX Batch file  |  1997-11-05  |  366b  |  19 lines

  1. /*
  2.  
  3.                         **************************
  4.                         **** xFX ARexx script ****
  5.                         **************************
  6.  
  7.  
  8.                    This script displays an error message
  9. */
  10.  
  11.  
  12. if ~show('P','xFX.1') then do  /* Check if xFX is running */
  13.   say 'xFX not running !'
  14.   exit
  15. end
  16.  
  17. address 'xFX.1'
  18. reqerr '"This is an error !"'
  19.